ios 그림 비동기 불러오기 아이폰 모바일 네트워크 이미지 로드 @interface AsyncImageView: UIView { NSURLConnection * connection; NSMutableData * data; } @end @implementation AsyncImageView - (void) loadImageFromURL: (NSURL * ) url { if (connection != nil) { [connection release]; } i... ios 그림 비동기 불러오기
아이폰 모바일 네트워크 이미지 로드 @interface AsyncImageView: UIView { NSURLConnection * connection; NSMutableData * data; } @end @implementation AsyncImageView - (void) loadImageFromURL: (NSURL * ) url { if (connection != nil) { [connection release]; } i... ios 그림 비동기 불러오기